home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / vutex / cp6.hlp < prev    next >
Text File  |  1990-10-01  |  5KB  |  116 lines

  1. Help File for CP6 installations:
  2.  
  3.  
  4. syntax:
  5. !vutex f1 [over f2] [(p1 [,p2]...)]
  6.  
  7.  
  8. purpose:
  9. vutex processor will print a TeX produced dvi file to an ordinary ASCII device
  10.  
  11. f1 - name of an existing dvi file created by TeX.
  12.  
  13. f2 - name of a valid ASCII output device.
  14.      If no file name for f2 is entered, output will default to user console
  15.  
  16. p1,p2,... options to control output
  17.  
  18. Options:
  19.  
  20. The available options are given by:
  21.           S or s : for the starting page number
  22.           P or p : for the number of pages, beginning at S
  23.           W or w : for the width of the page in characters before truncation
  24.           T or t : for true TeX spacing as opposed to compressed
  25.           G or g : to initiate processing without further dialog
  26.  
  27.  
  28. If no option is entered, you will be prompted for 4 parameters, all of which may
  29. be defaulted by simply hitting RETURN.
  30.  
  31. For example,
  32.  
  33. !vutex file_dvi over LP@LASER
  34. This is vutex, DPS8/CP6 Version 1.00
  35. Starting page (default=*): *
  36. Maximum number of pages (default=1000000): *2
  37. Output truncated at column (default=160): *80
  38. Compress interword spaces, Y or N (default=Y): *
  39. ' TeX output 1989.02.28:1029'
  40. - Page [1] [2]
  41.  
  42. The first two are identical to those for dvilg8 and dvism, namely starting page
  43. number and number of pages to type.  The third prompt is for the page width in
  44. characters (on most terminals, this is 80; on printers, this is 132).
  45.  
  46. The fourth option allows the user to compress the spacing between words to one
  47. space.  The text for each line will begin in the proper column at the left
  48. margin but all other TeX spacing between words will be reduced to one space.
  49. If the user should not select the compress option, each separate word will be
  50. left justified in the the space provided by TeX, and sup and super scripts will
  51. usually appear on separate lines.  This option is most useful for tables and
  52. mathematical equations.
  53.  
  54. An example of a command line invocation with options is given by:
  55.  
  56. vutex file_dvi over file_vut (s=2,p=4,t)
  57.  
  58.  
  59.  
  60. Seeing TeX output!
  61.  
  62. One of the more frustrating things about TeX and its precise positioning of
  63. characters is that ``what you get is far more than what you can see'' on an
  64. ordinary ASCII terminal.  The only devices for TeX output on the mainframe have
  65. been the laser printers, and that usually equates to running to get ( and
  66. waiting for ) your output, and excessive waste of paper.  Note that at most
  67. installations, laser output is costed at about 10 times that produced by
  68. ordinary hammer printers.
  69.  
  70. So, a program has been written to allow the TeX user to preview the output
  71. before sending it to the laser printer.  Of course, the terminal screen (or an
  72. ordinary printer) still cannot handle the fine spacing of TeX, nor can it
  73. display all the characters you might wish to print.  But, you will see an
  74. approximation to the spacing of words across the line and lines down the page.
  75.  
  76.  
  77. If your output was to a file, such as *vut in the example, you may copy that
  78. file to an ordinary line printer, or you may use a screen editor to view it.
  79. Note the following:
  80.  
  81.      1. Some characters may not appear because they landed in a place already
  82. occupied. Two characters from a small TeX font may fit into the space provided
  83. on the screen, so vutex can only print one such character.
  84.  
  85.      2. The output with true TeX spacing, may be wider than an ordinary screen
  86. of 80 characters, or even a printer page of 132 characters.  With ordinary text
  87. you can compress the text and substantially reduce the width of the page, but
  88. text with lots of off-line text will appear best in true TeX mode.  A screen
  89. editor may be used to view the output by switching from left to right side of
  90. the page.  The present installation limits the width to 160 characters per line.
  91.  
  92.      3. Lines of small type or with extraordinary small interline spacing may
  93. appear superimposed in spaces in the previous line.
  94.  
  95.      4. \special has not been implemented and will be ignored by vutex.
  96.  
  97.      5. If characters are missing from a line because of truncation or
  98. superimposition, then a > sign will appear in the first position of that line.
  99.  
  100.      6. Unprintable characters from ASCII fonts, such as Greek symbols,
  101. and special math symbols, etc. will appear as # marks.  However, as much as
  102. possible, vutex will try to print a meaningful character to suggest what is in
  103. the TeX output  e.g. S is used to replace an integral sign.
  104.  
  105.      7. A + sign in the first position of a line means that it contains super
  106. scripts to the next line down, while a - sign means that it contains sub
  107. scripts to the previous line up.
  108.  
  109.      8. At the end of each TeX page, a ruler is drawn (in centimeters) to
  110. indicate the horizontal scale (this will not appear on the TeX output to a
  111. printer).  Usually the vertical scale is only an approximation of the true TeX
  112. spacing, and some pages may appear physically shorter than others.  If it is
  113. desired that all pages be the same length, perhaps with a form feed, this
  114. alteration can be made to the code.
  115.  
  116.